C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
Members

DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
DBCommand Wrap class that uses to custom a data provider for a specific data source.
Object Model
DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
Syntax
'Declaration
 
Public MustInherit Class DbCommandWrap
    (Of TInnerConnection As {New, DbConnection},
     TInnerCommand As {New, DbCommand},
     TInnerParameter As DbParameter) 
   Inherits System.Data.Common.DbCommand
 
Type Parameters
TInnerConnection
TInnerCommand
TInnerParameter
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DbCommand
            C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>
               C1.AdoNet.D365S.C1D365SCommand

See Also